Inserts a new table row before or after existing table row at .
Parameters
- documentOffset
- Document offset at which to insert new table. There must be a table at this offset.
- before
- True inserts the new row before the row at . False inserts it after the row at documentOffset.
- cellInitializer
- callback action that supplies the cell index and the cell before each cell is added to the row or the row is added to the table.
- error
- If there's an error, this out parameter is set to the error information.
Return Value
Newly inserted
TableRowNode instance or null if there's an error, such as when there's no table at .
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2